object UUEncodeForm: TUUEncodeForm Left = 275 Top = 292 BorderStyle = bsDialog Caption = 'UUencode / XXencode / MIME' ClientHeight = 257 ClientWidth = 417 Color = clBtnFace ParentFont = True Icon.Data = {} KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RxLabel1: TLabel Left = 16 Top = 16 Width = 54 Height = 13 Caption = '&Source file:' FocusControl = SourceFile end object RxLabel2: TLabel Left = 16 Top = 64 Width = 75 Height = 13 Caption = '&Destination file:' FocusControl = DestFile end object RxLabel3: TLabel Left = 16 Top = 187 Width = 218 Height = 13 Caption = '&Please select or enter the volume size (in kB):' FocusControl = SpanningMode end object Button1: TSpeedButton Left = 304 Top = 32 Width = 25 Height = 21 OnClick = Button1Click end object Browse: TSpeedButton Left = 304 Top = 80 Width = 25 Height = 21 OnClick = BrowseClick end object RadioGroup1: TRadioGroup Left = 13 Top = 110 Width = 316 Height = 67 Caption = ' Encode Method ' Columns = 2 ItemIndex = 0 Items.Strings = ( '&UUencode' '&XXencode' '&Base64 (MIME)' '&yENC') TabOrder = 1 OnClick = RadioGroup1Click end object CheckBox1: TCheckBox Left = 15 Top = 212 Width = 314 Height = 17 Caption = 'Write Decode Table To &File' TabOrder = 3 end object ProgressBar1: TProgressBar Left = 14 Top = 234 Width = 395 Height = 16 TabOrder = 8 end object SourceFile: TEdit Left = 16 Top = 32 Width = 281 Height = 21 ReadOnly = True TabOrder = 6 Text = 'SourceFile' end object DestFile: TEdit Left = 16 Top = 80 Width = 281 Height = 21 ReadOnly = True TabOrder = 0 Text = 'DestFile' end object SpanningMode: TComboBox Left = 240 Top = 184 Width = 89 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'SpanningMode' Items.Strings = ( 'No spanning' '100 kBytes' '500 kBytes' '1.0 MB' '1.2 MB' '1.4 MB' '1.7 MB' '2.0 MB') end object OKButt: TButton Left = 336 Top = 16 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 4 OnClick = OKButtClick end object CancelButt: TButton Left = 336 Top = 48 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 7 OnClick = CancelButtClick end object HelpButt: TButton Left = 336 Top = 80 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = CorelButton1Click end object AgOpenDialog: TOpenDialog Filter = 'All files|*.*' Title = 'Browse' Left = 16 Top = 8 end end